home *** CD-ROM | disk | FTP | other *** search
/ PC Player Special 1997 #1 / PC-Player - Special - 1997-01.iso / PATCHES / DESCENT2 / 2 / D3D15.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-06-06  |  2.1 KB  |  52 lines

  1. @echo off
  2. goto runlcd
  3.  
  4. D3D15.BAT
  5.   -- Batch file to run Descent registered version 1.5 from LCDBios
  6.   
  7.   By Donald Sawdai
  8.   Copyright 1995 Donald Sawdai
  9.   This batch file may be freely copied and distributed IN ITS ORIGINAL FORM
  10.     ONLY!!!  Further license agreements are available from the author.
  11.   Use this batch file at your own risk.  The author is not liable for any
  12.     damages caused it, any related program, or any program called by it.
  13.  
  14. For LCDBIOS syntax (options), run
  15.       LCDBIOS /?
  16.  
  17. For DESCENT syntax (options), run
  18.       D3D15 /help
  19.  
  20. Descent 1.5 has better 3D effects and more controls that Descent 1.4a and
  21. the Descent 2 Interactive Demo.  For a full list of options, run
  22. "DESCENT /HELP" or read the "README.TXT" file for Descent 1.5
  23.  
  24. One major improvement for Descent 1.5 is a better 3D projection for each
  25. eye, which gives a better appearance of depth.  To manually decrease or
  26. increase the stereoscopic depth, press [Shift-F1] or [Shift-F2] until
  27. you like the "look" of the game.  To manually decrease or increase the
  28. interocular spacing (distance between the left and right eyes), press
  29. [Shift-F3] or [Shift-F4].  Press [Shift-F5] to restore the default
  30. settings.
  31.  
  32. I have found that the default 3D settings are great at 320x200.  At
  33. 640x??? modes, I prefer to press [Shift-F2] to increase the
  34. stereoscopic depth to about 17 or 18.
  35.  
  36. To change Descent resolutions, run one of
  37.       D3D15 -320x100
  38.       D3D15 -320x200
  39.       D3D15 -320x400
  40.       D3D15 -640x400
  41.       D3D15 -640x480
  42. Note that the -640x400 and -640x480 screen modes are VESA modes and
  43. require the VESA SuperVGA BIOS 1.2 or higher to be present (either
  44. available in hardware or loaded in a TSR) prior to running D3D.
  45. You can also decrease either the horizontal or vertical resolution by
  46. a factor of 2 by pressing [Shift-F6] repeatedly during game play.  A great
  47. speed/resolution compromise is 640x200 (D3D15 -640x400 and press [Shift-F6]
  48. once during game play).
  49.  
  50. :runlcd
  51. LCDBIOS /COM2 /LCDCtl:fc030200 /HRefresh /LCDRun:descent -lcdbios -JoyNice %1 %2 %3 %4 %5 %6 %7 %8 %9
  52.